home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / driver.sys < prev    next >
Text File  |  1991-04-11  |  975b  |  23 lines

  1.                                  DRIVER.SYS
  2.             Device driver to allow access of extra disk devices
  3.                        See also <DEVICE> <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: EXTERNAL                  VERSION: 3.2 and up
  6.  
  7. USE:  DEVICE=DRIVER.SYS /D:ddd [/T:ttt][/S:ss][/H:hh][/C] [/N][/F:f]
  8.  
  9. /D:ddd specifies the physical drive number.  Value 0-127
  10. /T:ttt specifies the number of tracks per side.  Value 1-999 (default 80)
  11. /S:ss  specifies sectors per track.  Value 1-99 (default is 9)
  12. /H:hh  specifies the maximum number of heads.  Value 1-99 (default is 2)
  13. /C     specifies that changeline support is available.
  14. /N     specifies that the disk is not removable.
  15. /F:f   specifies the device type.
  16.          0 = 160/180/320/360 kb 5.25"
  17.          1 = 1.2 Mb  5.25"
  18.          2 = 720 kb  3.5"
  19.          7 = 1.44 Mb 3.5"
  20.  
  21. NOTE: The DRIVER.SYS device driver must be placed in the <CONFIG.SYS>
  22. file and be used in conjunction with the DEVICE = DRIVER command.
  23.